List Iterator
An iterator over a collection that supports indexed access.
See also
Functions
has Previous
Link copied to clipboard
Returns true
if there are elements in the iteration before the current element.
previous Index
Link copied to clipboard
Returns the index of the element that would be returned by a subsequent call to previous.